To modify subscription labels
- Select Utilities> Report Specs to open the Report Specifications window.
- Select the label report to modify.
- Click Clone.
- Tab to the Title field and modify the name of the report.
- Click Parameters. The Detail Report Parameters window opens.
- Click Options.
- Select Additional Fields.
- Press Ctrl-Z to open the window and add the following:
jst(Name.ID,10,RV.SubCRRT,8,RV.SubLabelMark,1)
- Click OK on the Additional Fields window.
- Click Save on the Detail Report Parameters window.
- Close the windows.
- The following will print on the labels:
- ID, left-adjusted for 10 positions
- CRRT, from Name_Address for 8 positions
- ###, which is hard-coded as the SubLabelMark
Note. The format spacing can be changed, but be sure to use the field names RV.SubCRRT and RV.SubLabelMark exactly as spelled.
Note: RV stands for report variable.